🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@turf/line-segment

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/line-segment

turf line-segment module

5.1.5
Source
npm
Version published
Weekly downloads
807K
-23.42%
Maintainers
4
Weekly downloads
 
Created
Source

@turf/line-segment

lineSegment

Creates a FeatureCollection of 2-vertex LineString segments from a (Multi)LineString or (Multi)Polygon.

Parameters

  • geojson (Geometry | FeatureCollection | Feature<(LineString | MultiLineString | MultiPolygon | Polygon)>) GeoJSON Polygon or LineString

Examples

var polygon = turf.polygon([[[-50, 5], [-40, -10], [-50, -10], [-40, 5], [-50, 5]]]);
var segments = turf.lineSegment(polygon);

//addToMap
var addToMap = [polygon, segments]

Returns FeatureCollection<LineString> 2-vertex line segments

This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.

Installation

Install this module individually:

$ npm install @turf/line-segment

Or install the Turf module that includes it as a function:

$ npm install @turf/turf

Keywords

turf

FAQs

Package last updated on 10 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts